DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / IWadoWebClient Interface / RetrieveNative Method / RetrieveNative(String,String,String,Int32[],QueryRoot,String,Nullable<Int32>) Method
The Requested StudyUID
The Requested series UID (may be null/absent)
The Requested instance UID (may be null/absent)
Specific a list of Frames for retrieval
Root of the query
Abstract syntax of the image
Beam Number of the image



In This Topic
    RetrieveNative(String,String,String,Int32[],QueryRoot,String,Nullable<Int32>) Method
    In This Topic
    Retrieve instances in DICOM native form, based on explicit study, series and instance UIDs
    Syntax
    'Declaration
     
    
    Overloads Function RetrieveNative( _
       ByVal StudyUID As String, _
       Optional ByVal SeriesUID As String, _
       Optional ByVal InstanceUID As String, _
       Optional ByVal Frames() As Integer, _
       Optional ByVal Root As QueryRoot, _
       Optional ByVal SOPClassUID As String, _
       Optional ByVal BeamNumber As Nullable(Of Integer) _
    ) As IEnumerable(Of DicomDataSet)
    'Usage
     
    
    Dim instance As IWadoWebClient
    Dim StudyUID As String
    Dim SeriesUID As String
    Dim InstanceUID As String
    Dim Frames() As Integer
    Dim Root As QueryRoot
    Dim SOPClassUID As String
    Dim BeamNumber As Nullable(Of Integer)
    Dim value As IEnumerable(Of DicomDataSet)
     
    value = instance.RetrieveNative(StudyUID, SeriesUID, InstanceUID, Frames, Root, SOPClassUID, BeamNumber)

    Parameters

    StudyUID
    The Requested StudyUID
    SeriesUID
    The Requested series UID (may be null/absent)
    InstanceUID
    The Requested instance UID (may be null/absent)
    Frames
    Specific a list of Frames for retrieval
    Root
    Root of the query
    SOPClassUID
    Abstract syntax of the image
    BeamNumber
    Beam Number of the image

    Return Value

    Set of Dicom Instances exactly as received
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also